home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 48 / MOBICLIC 48.ISO / pc / DATA / PROM / PAN01_2.DIR / 00011_Script_11 < prev    next >
Text File  |  2002-07-12  |  526b  |  22 lines

  1. -- initialisations
  2. on exitFrame
  3.   global gListeCom
  4.   initMovie
  5.   
  6.   --Affichage d'une ou deux grilles suivant les nombre n'abonnements
  7.   masquerPistes 5,"36>40"
  8.   if count(gListeCom) = 1 then
  9.     masquerPistes 92
  10.     masquerPistes "19>28"
  11.   end if 
  12.   
  13.   -- deverouillage des champs editables
  14.   repeat with i = 101 to 108
  15.     set the editable of member i of castLib "abo_lib" to 1
  16.   end repeat  
  17.   
  18.   repeat with i = 111 to 118
  19.     set the editable of member i of castLib "abo_lib" to 1
  20.   end repeat
  21.   
  22. end